runtime.pageAlloc.alloc (method)
3 uses
runtime (current package)
mheap.go#L1249: base, scav = h.pages.alloc(npages)
mheap.go#L1257: base, scav = h.pages.alloc(npages)
mpagealloc.go#L872: func (p *pageAlloc) alloc(npages uintptr) (addr uintptr, scav uintptr) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)